Previous Book Contents Book Index Next

Inside Macintosh: QuickTime /
Chapter 2 - Movie Toolbox / Movie Toolbox Reference
Functions for Getting and Playing Movies / Initializing the Movie Toolbox


ExitMovies

QuickTime calls the ExitMovies function automatically when your application quits--you only need to call this function if you finish with the Movie Toolbox long before your application is ready to quit. As a general rule, your application should not use this function.

pascal void ExitMovies (void);
DESCRIPTION
When you call the ExitMovies function, the Movie Toolbox releases the private storage (which may be significant) that was allocated when you called the EnterMovies function, which is described in the previous section.

SPECIAL CONSIDERATIONS
Before calling the ExitMovies function, be sure that you have closed your connections to any components that use the Movie Toolbox (such as movie controllers, sequence grabbers, and so on).

ERROR CODES
None


Previous Book Contents Book Index Next

© Apple Computer, Inc.
6 JUL 1996